/* ===========================================
   Breadcrumb
   =========================================== */
.breadcrumb-section {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 240, 232, 1) 100%
  );
  padding: 18px 0px 10px 0px;
  margin-top: -8px;
}

.breadcrumb {
  font-size: 0.9rem;
  align-items: center;
}

.breadcrumb-item a {
  color: var(--color-text-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: var(--color-primary);
}

.breadcrumb-item.active {
  color: var(--color-text-light);
}

/* ===========================================
   Hero Section
   =========================================== */

.temple-name {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 2rem;
  text-transform: capitalize;
}

.main-image {
  border-radius: 10px;
  height: 365px;
  object-fit: cover;
  width: 100%;
}

.gallery-thumb {
  border-radius: 10px;
  height: 175px;
  object-fit: cover;
  width: 100%;
}

.view-more-overlay {
  position: relative;
  cursor: pointer;
}

.view-more-overlay::after {
  content: "View More";
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  bottom: 0;
  background-color: rgba(99, 34, 64, 0.7);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}

.view-more-overlay:hover::after {
  opacity: 0.9;
}

.yd-temple-content h5 {
  color: #f73;
}

.yd-events-section {
  background-color: #fff;
}

.yph-header-warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yph-call-inquery img {
  width: 24px;
  height: 24px;
}

.header-a {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  text-decoration: none;
  color: var(--color-text-dark);
}

.header-a:hover {
  text-decoration: underline;
  background-color: var(--light-orange);
  transform: translateY(-3px);
  transition: all 0.3s ease-in;
}

/* ===========================================
   Things Included and days Section
   =========================================== */

.ypd-sub-heading {
  color: var(--color-primary);
  font-weight: 600;
  letter-spacing: -1px;
  padding-left: 20px;
  margin-top: -12px;
  /* font-size: 24px; */
}

.heading-boxs img {
  width: 50px;
}

.ypd-include {
  border: 1px solid #e9e9e9;
  border-radius: 16px;
}

.ypd-include-box img {
  width: 45px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
}

.ypd-include-box h5,.ypd-include-box h3 {
  color: var(--color-text-light);
}

/* ===========================================
   Package Highlights Section
   =========================================== */

.ypd-outer img {
  width: 52px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.ypd-sub-box span {
  color: var(--color-text-muted);
}

.ypd-sub-box h5,.ypd-sub-box .h5 {
  color: var(--color-text-dark);
  font-weight: 500;
}

/* ===========================================
   Puja Booking Section
   =========================================== */
.search-labels {
  font-weight: 600;
  color: var(--color-text-dark);
}

#ypd-heading {
  margin: auto;
}

.search-card {
  background: var(--gradient-button);
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  border: none;
}

.ypd-package-btn {
  background: var(--gradient-orange);
  color: white;
  border: none;
  border-radius: 8px;
  height: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* width: 100%; */
  transition: all 0.3s;
}
.ypd-package-pdf-btn {
  background: var(--gradient-booking);
  color: var(--color-text-light);
  border: none;
  border-radius: 8px;
  height: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* width: 100%; */
  transition: all 0.3s;
}
.date-picker {
    position: relative;
}
.date-picker input,
select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 2px solid #e3cfd8;
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
  height: 50px;
}

.date-picker input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 6px rgba(99, 34, 64, 0.3);
  outline: none;
}

.date-picker select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 6px rgba(99, 34, 64, 0.3);
  outline: none;
}

.date-picker i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary);
    font-size: 20px;
    pointer-events: none;
    transition: color 0.3s ease;
}

.date-picker.active i {
  color: var(--color-secondary);
}

.yp-text {
  flex-direction: column;
  justify-content: center !important;
  align-items: center;
  gap: 4px;
}

.yp-text span {
  font-weight: 600;
  color: var(--color-primary);
}

.ypd-package-btn img {
  width: 24px;
}

.booking-option{
    border:2px solid #eee;
    border-radius:16px;
    padding:25px;
    cursor:pointer;
    transition:0.3s;
    background:#fff;
    height:100%;
}

.booking-option:hover{
    transform:translateY(-3px);
}

.active-booking{
    border-color:#ff6b2d;
    background:#fff3ed;
}

.icon-box{
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(90deg,#ff7b42,#ff4d00);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:15px;
}

.addon-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,0.06);
}

.addon-header{
    background:#fff0ea;
    padding:18px 20px;
}

.addon-body,
.addon-body-static{
    padding:20px;
}

.price-box{
    background:#fff3ed;
    border-left:4px solid #ff6b2d;
    padding:15px;
    border-radius:8px;
    color:#7d0046;
    font-size:16px;
}

.form-check-input:checked{
    background-color:#ff6b2d;
    border-color:#ff6b2d;
}
/* ===========================================
    packages Overview Section
   =========================================== */

.readmore-btn {
  border: none;
  padding: 0px;
  background: #fff;
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
  color: var(--color-primary);
}

.ytd-about-temple p {
  color: var(--color-text-light);
  font-size: 18px;
}

.ypd-over-border {
  border: 1px solid #e9e9e9;
  border-radius: 16px;
}

/* ===========================================
    Package Itinerary section
    =========================================== */

.ypd-number {
  border-radius: 50%;
  min-width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #632240 0%, #c94582 100%);
  justify-content: center;
}

.ypd-number h3, .ypd-number .h3 {
  color: white;
  font-weight: 700;
}

.ypd-itinerary-outer i {
  font-size: 24px;
  color: #440c06;
}

.ypd-itinerary-ul li {
  font-size: 17px;
  color: var(--color-text-muted);
}

.faqQuestion span {
  color: var(--color-text-light);
}

/* ===========================================
    Car par cost & Hotel Details section
    =========================================== */

.ypd-car-cost-table .th {
  background-color: var(--light-orange);
  font-size: 20px;
  color: var(--color-primary);
  padding: 14px;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9e9e9;
}

thead th img {
  width: 24px;
}

.ypd-car-cost-table .span {
  text-align: center;
  font-size: 18px;
}

.ypd-car-cost-table td {
  text-align: center;
  padding: 14px;
}

/* ===========================================
    Packages Inclusion & Packages Exclusion section
    =========================================== */

.ypd-inclusion i {
  color: var(--color-success);
  font-size: 20px;
}

.ypd-inclusion p {
  color: var(--color-text-light);
  line-height: 140%;
}

.ypd-exclusion p {
  color: var(--color-text-light);
  line-height: 140%;
}

.ypd-exclusion i {
  color: var(--color-cancel);
  font-size: 20px;
}

/* ==========================================
   What Our Devotees say Section
   =========================================== */

/* heading */
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.review-tabs {
  background-color: var(--bg-light-peach);
  border-radius: 6px;
  padding: 6px;
}

.review-tabs button {
  background: none;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.review-tabs button.active,
.review-tabs button:hover {
  background-color: #fff;
  color: var(--color-primary);
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(99, 34, 64, 0.08);
}

/* Review cards */
.review-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  /*height: 260px;*/
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e9e9e9;
  transition: transform 0.2s ease-in-out;
}

/* .review-card:hover { transform:translateY(-3px); } */
.ypd-review-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.yp-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f8e9ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #632240;
  font-size: 22px;
}
.reviewer-name {
  margin: 0;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.review-date {
  font-size: 13px;
  color: var(--color-text-muted);
  margin: 0;
}
.review-text {
  font-size: 16px;
  color: var(--color-text-light);
  flex-grow: 1;
}



.yp-avatar i {
  font-size: 28px;
}

/* ===========================================
   User Write Review Section
   =========================================== */

.yp-review-card {
  margin: 0px auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

label {
  font-weight: 500;
  color: var(--color-text-medium);
  margin-bottom: 6px;
}

.form-control {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-shadow: none;
  height: 45px;
}

.form-select {
  height: 45px;
}

.form-control:focus {
  border-color: #632240;
  box-shadow: 0 0 0 0.2rem rgba(99, 34, 64, 0.1);
}

.yp-stars {
  display: flex;
  gap: 16px;
  font-size: 32px;
  cursor: pointer;
}

.yp-stars i {
  color: #ccc;
  transition: color 0.25s ease;
}
.yp-stars i.hover,
.yp-stars i.active {
  color: #f5b301;
}

.submit-btn {
  background: var(--gradient-button);
  color: white;
  border: none;
  padding: 12px 0;
  font-weight: 600;
  border-radius: 8px;
  width: 100%;
  transition: 0.3s;
}

.submit-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* =========================================== Check-Out Page Start  =========================================== */

/* Packages Daetails Section*/

.ypc-package-details {
  border: 1px solid #e9e9e9;
  border-radius: 12px;
}
.ypc-package-details h4 {
  font-weight: 600;
  color: var(--color-primary);
  font-size: 18px;
}

.packages-name {
  font-weight: 600;
  color: var(--color-text-dark);
}

.ypc-sub-details span {
  color: var(--color-text-medium);
}

/* Travel Information Section*/

.toggle-icon {
  font-size: 18px;
  transition: 0.3s;
}
.rotate {
  transform: rotate(180deg);
}
.traveller-body {
  display: none;
  /* margin-top:12px; */
}

/* VIEW ALL */
.view-btn {
  /* font-size:14px; */
  color: var(--color-primary);
  cursor: pointer;
  font-weight: 600;
}

.traveller-header {
  font-size: 18px;
  /* border-bottom: 1px solid #e9e9e9; */
}

.traveller-header i {
  font-size: 24px;
}

.ypc-price-summary span {
  font-weight: 600;
}

.form-check-input {
  width: 24px;
  height: 24px;
}

input[type="radio"] {
  color: var(--color-primary);
  width: 26px;
  height: 26px;
  pointer-events: none;
}

/* .ypc-package-details p {
  color: var(--color-text-medium);
} */

/* =========================================== Packages Page Start  =========================================== */

/*  ===========================================
    Offer Slider
    =========================================== */

.offer-section {
  background: #f3d5e0;
  padding: 12px 0 12px;
  overflow: hidden;
  position: relative;
}

.offer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  font-size: 18px;
  color: var(--color-primary);
}

.offer-content:hover {
  animation-play-state: paused;
}

.highlight {
  font-weight: 500;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 119, 51, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 5px;
}

.promo-code {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 119, 51, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 5px;
  font-weight: 500;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*  ===========================================
    Popular Packages Section
    =========================================== */

.yph-popular-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 18px;
}

.yph-packages-card img {
  border-radius: 12px;
}

.yph-packages-card {
  border: 1px solid #ededed;
  border-radius: 12px;
  overflow: hidden;
}

.yph-packages-card:hover {
  transform: scale(1.02);
  border: 1px solid #e8bacb;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.yph-popular-wrapper a {
  text-decoration: none;
}

.yph-packages-details .h5, .yph-packages-details h5 {
  font-weight: 600;
  color: var(--color-text-dark);
  font-size: 18px;
}

.yph-packages-details i {
  font-size: 26px;
  color: var(--color-primary);
}

/*  ===========================================
    City Packages Section
    =========================================== */

.package-card {
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1rem;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: #fff0e8;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.package-card:hover .content {
  background: linear-gradient(225deg, #953561, #6a0031);
}

.title {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  transition: color 0.3s;
}

.price {
  color: var(--color-primary);
  font-size: 14px;
  transition: color 0.3s;
}

.amount {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
  transition: color 0.3s;
}

.package-card:hover .title,
.package-card:hover .price,
.package-card:hover .amount {
  color: white;
}

.view-btn {
  width: fit-content;
  display: inline-flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #ff8f57;
  background: #fff0e8;
  margin: 30px auto 0;
  color: var(--color-secondary);
}

.view-btn:hover {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(68, 12, 6, 0.14);
  transition: all 0.3s ease;
}

/* Mobile horizontal scroll */
@media (max-width: 768px) {
}

/* ==========================================
   App Download Section
   =========================================== */

.yph-app-container {
  display: flex;
  background-color: #fff;
  border-radius: 16px;
}

.yph-heading {
  color: var(--color-primary);
  letter-spacing: -1px;
  padding-left: 30px;
  margin-top: -12px;
}

.yph-heading span {
  font-weight: 700;
}

.yph-sub-details img {
  width: 55px;
  height: 55px;
}

.yph-details h4 {
  font-weight: 700;
  color: var(--color-primary);
}

.yph-details span {
  color: var(--color-primary);
  font-weight: 500;
}

.yph-new-in-app {
  border: 1px solid #ffd0b4;
  border-radius: 8px;
  width: fit-content;
}

.yph-app img {
  width: 230px;
}

/* ==========================================
   Popular Packages Section
   =========================================== */

/* Card */
.package-cards {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.package-cards img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.package-cards:hover img {
  transform: scale(1.08);
}

.package-cards:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Content */
.package-info {
  position: absolute;
  inset: auto 0 0 0;
  padding: 39px 12px 12px 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 4.8), transparent);
  color: #fff;
}

.package-info h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

.package-info p {
  font-size: 16px;
  margin: 4px 0 0;
  font-weight: 600;
}

.package-info small {
  font-weight: 400;
  opacity: 0.9;
}
/*Need Help Section*/
.assist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: black;
  font-size: 1.2rem;
  font-weight: 200;
}
.divider {
  border-left: 1px solid #ccc;
  height: 30px;
  margin: auto;
}
.icon_need {
  color: #6a2c3e;
}
.assist-item a{
    color: var(--color-primary);
}
/*Need Help Section End */
/*Pacckage inclusions and Exclusions */
#packageInclusions ul, #packageInclusions ol ,#packageExclusions ul, #packageExclusions ol{
    padding-left: 0px;
}
#packageInclusions ,#packageExclusions {
  list-style: none;
  padding: 0;
  margin: 0;
}

#packageInclusions li,#packageExclusions li {
  position: relative;
  list-style: none;
  padding-left: 34px;
  margin-bottom: 12px;
  line-height: 24px;
}

#packageInclusions li::after,#packageExclusions li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/checkmark.svg");
}

#packageExclusions li:after
{
  background-image: url("../images/cancel-close.svg");
}
/*Pacckage inclusions and Exclusions End*/

 /* success/fail design */

.success-ids-info {
    color: var(--primary-color, #632240);
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
}

.book-id-is p {
    color: #646464;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
}

.pON {
    color: #212123;
    font-weight: 400;
    font-size: 22.53px;
}

.pTO {
    color: #9d9da1;
    font-weight: 400;
    font-size: 18.02px;
    line-height: 100%;
    letter-spacing: 0%;
}

.heading-box p {
    color: var(--Solids-Mulberry, #632240);
    opacity: 0.8;
    padding-left: 30px;
}

.after-info {
    background: #e5f3fe;
}

.noteONE {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
}

.Main-p-info p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #3f3f47;
}

.need-help {
    background: var(--BG-p-1, #fbf1f4);
}

.heading {
    color: #632240;
    font-weight: 600;
    letter-spacing: -1px;
    padding-left: 30px;
    margin-top: -12px;
}

.help-cards {
    width: 383px;
    height: 190px;
    border: 1px solid #6322408a;
    border-radius: 12px;
}

.yph-app-container {
    display: flex;
    background-color: #fff;
    border-radius: 16px;
}

.yph-heading {
    color: var(--color-primary);
    letter-spacing: -1px;
    padding-left: 30px;
    margin-top: -12px;
}

.faqQuestion h5, .faqQuestion .h5 {
    color: var(--color-primary);
    font-weight: 600;
    width: 100%;
}

.fail-img {
    width: 35%;
}

.name {
    color: var(--Text-Color-1, #18171d);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 28.44px;
}

.inc-resfail{
  flex-direction: row;
  border: 1px solid #E5E5E5;
  gap: 5px;
  padding: 0 10px;
  border-radius: 5px;
}

.mId {
    color: var(--primary, #632240);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 21.87px;
    line-height: 100%;
    vertical-align: middle;
} 

.tOp, .eNd {
    font-weight: 400;
    font-size: 13.12px;
    vertical-align: middle;
    color: #632240cc;
}


  .yph-popular-wrapper::-webkit-scrollbar { display: none; }

  #toredirect .yph-packages-card {
    position: relative;
    flex: 0 0 260px;
    height: 345px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
    text-decoration: none;
    display: block;
  }

  #toredirect .yph-packages-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #yr-booking .yph-packages-details {
    position: absolute;
    bottom: 8px;
    background: rgba(255,255,255,.85);
    border-radius: 10px;
    padding: 12px 14px;
    max-height: 110px;
    height: 80px;
    width: 100%;
}

  #yr-booking .yph-packages-details h6 {
    font-size: 15px;
    font-weight: 700;
    color: #632240;
    margin: 0 0 6px 0;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #yr-booking .yph-packages-details .price-res, #yr-booking .yph-packages-details .price-res strong {
    color: #632240 !important;
  }

  .yph-packages-details .price {
    font-size: 13px;
    color: #555;
    margin: 0;
  }

  #yr-booking .yph-packages-details .price strong {
    color: #1a1a1a;
    font-weight: 700;
  }

  .yph-carousel-wrap { position: relative; }

  .view-all-btn {
    border-radius: 8px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
    border: 1px solid var(--BG-p-2, #f3d5e0);
    color: var(--primary, #632240);
    background-color: white;
  }

  .view-all-btn:hover {
    border: 2px solid var(--BG-p-2, #f3d5e0);
    background-color: #f3d5e037;
  }

  /*Product Page Send Inquiry Model Start*/
#inquery_popUP { 
  display: none;
  /* border: 6px solid #ff6e00; */
  border-radius: 8px;
  padding: 1em;
  z-index: 3;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow-y: auto; /* Enable vertical scrolling */
  width: 580px;
}
#inquery_popUP input{
    width: 100%;
    padding: 0 0 0 15px;
    font-size: 17px;
    color: #000;    
    border: 2px solid #707070;
    border-radius: 8px;
    background: #fff;
    /* font-family: 'Open sans'; 
    font-weight: 600; */
    line-height: 2;
    margin-bottom: 10px;
}
#inquery_popUPoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2; /*Place the overlay below the popup */
  }
  /*Product Page Send Inquiry Model End*/
  .help_block {
    gap: 45px;
  }
  
/*  ===========================================
    Responsive Design
    =========================================== */

@media (max-width: 1200px) {
  .yph-popular-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .yph-sub-details img {
    width: 50px;
    height: 50px;
  }

  .yph-new-in-app h5 {
    font-size: 18px;
  }

  .packages-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 15px;
    margin: 0 -12px;
    padding: 0 12px;
  }

  .package-col {
    flex: 0 0 320px;
    padding-right: 15px;
    scroll-snap-align: start;
  }

  .package-col:last-child {
    padding-right: 0;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
    .yd_class_slide .yph-packages-card,
    .yd_class_slide .yph-packages-details {
        width: 250px !important;
    }
}

@media (max-width: 992px) {
  .yph-popular-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow-x: auto;
  }

   #toredirect .yph-packages-card { flex: 0 0 220px; height: 280px; }

  .yph-packages-card, .yph-packages-details {
    width: 100%;
  }

  .package-cards {
    width: 300px;
  }

  .yph-header-warp {
    align-items: flex-start;
    flex-direction: column;
  }

  .ypd-leftside {
    flex-direction: column;
  }

  .yph-app-container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .yph-call-inquery h5 {
    font-size: 18px;
  }

  .ypd-sub-heading {
    font-size: 24px;
  }

  .ypd-include-box img {
    width: 28px;
    border: none;
    border-radius: 0px;
  }

  .ypd-include-box h5, .ypd-include-box h3 {
    font-size: 18px;
  }

  .ypd-outer img {
    width: 28px;
    border: none;
    border-radius: 0px;
  }

  .ypd-sub-box h5,.ypd-sub-box .h5 {
    font-size: 18px;
  }
  .ytd-about-temple p {
    font-size: 16px;
  }

  .ypd-number {
    min-width: 48px;
    height: 48px;
  }

  .faqQuestion h5 {
    font-size: 18px;
  }

  .yph-app img {
    width: 200px;
  }

  .yph-heading {
    padding-left: 18px;
  }

  .yph-heading {
    font-size: 24px;
  }

  .yph-sub-details img {
    width: 46px;
    height: 46px;
  }

  .yph-about-app {
    flex-wrap: wrap;
  }

  .view-btn {
    margin: 16px auto 0;
  }

  .main-image{
    height: 200px;
  }
  .gallery-thumb{
    height: 85px;
  }
  .view-more-overlay::after{
    font-size: 14px;
  }
  .assist-item a{
    font-size: 16px;
  }
  .ypd-inclusion-box p{
    font-size: 16px;
  }
  .policy .policy_div p {
    font-size: 16px;
  }

}

@media (max-width: 576px) {
  .breadcrumb {
    font-size: smaller;
    align-items: center;
  }
  .ypd-sub-heading {
    font-size: 20px;
  }

  .heading-boxs img {
    width: 44px;
  }

  .ypd-include-box h5, .ypd-include-box h3 {
    font-size: 16px;
  }

  .ypd-include-box img {
    width: 24px;
  }

  .ypd-sub-box h5,.ypd-sub-box .h5 {
    font-size: 16px;
  }

  .ypd-sub-box span {
    font-size: 14px;
  }

  .search-card {
    padding: 1.2rem;
  }

  .readmore-btn {
    font-size: 16px;
  }

  .yph-call-inquery h5 {
    font-size: 16px;
  }

  h2 {
    font-size: 20px;
  }

  .ytd-about-temple p {
    font-size: 14px;
  }

  .ypd-number {
    min-width: 40px;
    height: 40px;
  }

  .ypd-number h3, .ypd-number .h3 {
    font-size: 18px;
  }

  .faqQuestion span {
    font-size: 14px;
  }

  .faqQuestion h5 {
    font-size: 16px;
  }

  .ypd-car-cost-table .span {
    font-size: 16px;
  }

  .ypd-car-cost-table td {
    font-size: 14px;
  }

  .ypd-car-cost-table .th {
    padding: 8px;
  }

  .ypd-car-cost-table td {
    padding: 8px;
  }

  .ypd-inclusion p {
    font-size: 14px;
  }

  .ypd-exclusion p {
    font-size: 14px;
  }

  .ypd-over-border {
    border: none;
    border-radius: 0px;
  }

  .ypd-itinerary-ul li {
    font-size: 14px;
  }

  .packages-name {
    font-size: 18px;
  }

  .ypc-package-details h4 {
    font-size: 16px;
  }

  input[type="radio"] {
    width: 22px;
    height: 22px;
  }

  .yph-packages-details i {
    font-size: 24px;
  }

  .main-image{
    height: 180px;
  }
  .gallery-thumb{
    height: 80px;
  }
  .view-more-overlay::after{
    font-size: 13px;
    content: "More";
  }
  .ypd-inclusion-box p{
    font-size: 14px;
  }
  .policy .policy_div p {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .yph-details span {
    font-size: 14px;
  }

  .yph-details h4 {
    font-size: 18px;
  }

  .yph-heading {
    font-size: 20px;
  }

  .yph-app {
    flex-direction: column;
    align-items: center;
  }

  .package-card {
    height: 320px;
  }

  .title {
    font-size: 16px;
  }

  .main-image{
    height: 150px;
  }
  .gallery-thumb{
    height: 65px;
  }
  .view-more-overlay::after{
    font-size: 12px;
    content: "More";
  }
  .pON {
    font-size: 17.53px;
  }
  .pTO {
    font-size: 15.02px;
  }
  .help-cards {
    width: 290px;
  }

  .help_block{
    justify-content: center;
  }
  .success-ids-info{
    font-size: 22px;
    line-height: 36px;
  }
  .book-id-is p{
    font-size: 16px;
    line-height: 20px;
  }
  .mId{
    font-size: 17px;
  }
  .name{
    font-size: 18px;
    line-height: 25px;
  }
  .help-cards .rounded-4{
    padding: 10px !important;
  }
  .help_block{
    gap: 15px !important;
  }
}

@media (max-width: 375px) {
  .yph-packages-card, .yph-packages-details {
    width: 280px;
  }
  .package-col {
    flex: 0 0 280px;
  }

   .package-cards {
    width: 280px;
  }
}



  @media (max-width: 600px) {
    #toredirect .yph-packages-card { flex: 0 0 200px; height: 260px; }
    #yr-booking .yph-packages-details h6 { font-size: 13px; }
    #yr-booking .yph-packages-details .price { font-size: 12px; }
    .yph-next-btn { display: none; } /* on mobile, rely on swipe instead */
  }

 